home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.1 (Developer) [x86] / NeXT Step 3.1 Intel dev.cdr.dmg / NextDeveloper / Examples / IndexingKit / ToDoList / English.lproj / ToDoList.nib / data.classes next >
Encoding:
Text File  |  1992-07-30  |  947 b   |  73 lines

  1. VocabularyControl = {
  2.     ACTIONS = {
  3.     browserClick:;
  4.     browser:;
  5.     windowDidBecomeKey:;
  6.     };
  7.     OUTLETS = {
  8.     cursor;
  9.     target;
  10.     findPanel;
  11.     browser;
  12.     };
  13.     SUPERCLASS = Object;
  14. };
  15. FirstResponder = {
  16.     ACTIONS = {
  17.     };
  18.     SUPERCLASS = Object;
  19. };
  20. FindPanel = {
  21.     ACTIONS = {
  22.     doRefine:;
  23.     doFind:;
  24.     };
  25.     OUTLETS = {
  26.     findField;
  27.     refineButton;
  28.     findButton;
  29.     browser;
  30.     };
  31.     SUPERCLASS = Panel;
  32. };
  33. CalendarView = {
  34.     ACTIONS = {
  35.     dateChanged:;
  36.     dayChanged:;
  37.     };
  38.     OUTLETS = {
  39.     delegate;
  40.     buttonFont;
  41.     yearPl;
  42.     cellFont;
  43.     monthButton;
  44.     monthMatrix;
  45.     monthPl;
  46.     yearButton;
  47.     dayLabelMatrix;
  48.     };
  49.     SUPERCLASS = View;
  50. };
  51. MainDelegate = {
  52.     ACTIONS = {
  53.     appDidInit:;
  54.     windowWillDisappear:;
  55.     dateDidChange:;
  56.     popFindPanel:;
  57.     popTopicPanel:;
  58.     popChooser:;
  59.     appWillTerminate:;
  60.     };
  61.     OUTLETS = {
  62.     topicBrowser;
  63.     topicPanel;
  64.     mainStore;
  65.     windows;
  66.     findPanel;
  67.     chooser;
  68.     calView;
  69.     cursor;
  70.     };
  71.     SUPERCLASS = Object;
  72. };
  73.